projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7baf49c
)
(push): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Sep 1999 06:37:06 +0000
(06:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Sep 1999 06:37:06 +0000
(06:37 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 0d781e0082e0c6e1be9f4eb7237d164fb529423f..7f145861ab3e80da0da81194fc008e57115aeecb 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-52,7
+52,7
@@
BODY should be a list of lisp expressions."
(list 'function (cons 'lambda cdr)))
(defmacro push (newelt listname)
- "Add NEWELT to the list
which is the value of
LISTNAME.
+ "Add NEWELT to the list
stored in the symbol
LISTNAME.
This is equivalent to (setq LISTNAME (cons NEWELT LISTNAME)).
LISTNAME must be a symbol."
(list 'setq listname